GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodeMicroMicroQrCode_4 Method





In This Topic
DrawBarcodeMicroMicroQrCode_4 Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(95)>
Function DrawBarcodeMicroMicroQrCode_4( _
   ByVal Data As String, _
   ByVal EncodingMode As BarcodeQREncodingMode, _
   ByVal ErrorCorrectionLevel As BarcodeMicroQRErrorCorrectionLevel, _
   ByVal Version As Integer, _
   ByVal QuietZone As Integer, _
   ByVal ModuleSize As Integer, _
   ByVal DstX As Single, _
   ByVal DstY As Single, _
   ByVal FillColorC As Byte, _
   ByVal FillColorM As Byte, _
   ByVal FillColorY As Byte, _
   ByVal FillColorK As Byte, _
   ByVal BackColorC As Byte, _
   ByVal BackColorM As Byte, _
   ByVal BackColorY As Byte, _
   ByVal BackColorK As Byte _
) As GdPictureStatus
[DispId(95)]
GdPictureStatus DrawBarcodeMicroMicroQrCode_4( 
   string Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeMicroQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte FillColorC,
   byte FillColorM,
   byte FillColorY,
   byte FillColorK,
   byte BackColorC,
   byte BackColorM,
   byte BackColorY,
   byte BackColorK
)
function DrawBarcodeMicroMicroQrCode_4( 
    Data: String;
    EncodingMode: BarcodeQREncodingMode;
    ErrorCorrectionLevel: BarcodeMicroQRErrorCorrectionLevel;
    Version: Integer;
    QuietZone: Integer;
    ModuleSize: Integer;
    DstX: Single;
    DstY: Single;
    FillColorC: Byte;
    FillColorM: Byte;
    FillColorY: Byte;
    FillColorK: Byte;
    BackColorC: Byte;
    BackColorM: Byte;
    BackColorY: Byte;
    BackColorK: Byte
): GdPictureStatus; 
DispIdAttribute(95)
function DrawBarcodeMicroMicroQrCode_4( 
   Data : String,
   EncodingMode : BarcodeQREncodingMode,
   ErrorCorrectionLevel : BarcodeMicroQRErrorCorrectionLevel,
   Version : int,
   QuietZone : int,
   ModuleSize : int,
   DstX : float,
   DstY : float,
   FillColorC : byte,
   FillColorM : byte,
   FillColorY : byte,
   FillColorK : byte,
   BackColorC : byte,
   BackColorM : byte,
   BackColorY : byte,
   BackColorK : byte
) : GdPictureStatus;
[DispId(95)]
GdPictureStatus DrawBarcodeMicroMicroQrCode_4( 
   string* Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeMicroQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte FillColorC,
   byte FillColorM,
   byte FillColorY,
   byte FillColorK,
   byte BackColorC,
   byte BackColorM,
   byte BackColorY,
   byte BackColorK
) 
[DispId(95)]
GdPictureStatus DrawBarcodeMicroMicroQrCode_4( 
   String^ Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeMicroQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte FillColorC,
   byte FillColorM,
   byte FillColorY,
   byte FillColorK,
   byte BackColorC,
   byte BackColorM,
   byte BackColorY,
   byte BackColorK
) 

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Version
QuietZone
ModuleSize
DstX
DstY
FillColorC
FillColorM
FillColorY
FillColorK
BackColorC
BackColorM
BackColorY
BackColorK
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members